home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / Commands / Protocols / Closing.cp < prev    next >
Encoding:
Text File  |  1997-06-28  |  115 b   |  11 lines  |  [TEXT/CWIE]

  1. // Closing.cp
  2.  
  3. #ifndef Closing_h
  4. #include "Closing.h"
  5. #endif
  6.  
  7. bool Closing::CanClose() const
  8.   {
  9.     return true;
  10.   }
  11.